home *** CD-ROM | disk | FTP | other *** search
/ MIDICraft's MIDINET CD-ROM / MIDICraft's MIDINET CD-ROM.iso / MIDPLAYR / PLAY_SMF.ZIP / record.hlp < prev    next >
Text File  |  1990-01-12  |  10KB  |  125 lines

  1.                                                                               
  2.  ** Function key usage **                                    Mouse            
  3.                                                                               
  4.    F1     - Display this help information.                  [Help]            
  5.    F2     - Start recording.                                [Record]          
  6.    F3     - Exit program.                                   [Exit]            
  7.    F9     - Decrement cell value.                           <left button>     
  8.    F10    - Increment cell value.                           <right button>    
  9.    Alt-F2 - Toggle MIDI thru mode off/on (default is on).   [Thru]            
  10.    Alt-F3 - Push to DOS (suspends playing).                 [Push]            
  11.                                                                               
  12.  ** Editing **                                                                
  13.                                                                               
  14.  Use the arrow keys to move the large block cursor around the screen to       
  15.  select the available data fields or "cells".  On a color monitor, the data   
  16.  in cells which can be changed will appear yellow.  Note the input area near  
  17.  the bottom of the screen, indicated by ">" and the small blinking cursor.    
  18.  To enter or change a selected cell, type into the input area and press       
  19.  return.  The value entered will then appear in the cell (if the input was    
  20.  valid).  A description of the valid input for the current cell will always   
  21.  appear on the line above the input area.                                     
  22.                                                                               
  23.  Use the following keys for editing:                                          
  24.                                                                               
  25.   Return    - Retrieves the current contents of a cell and places it in the   
  26.                input area for modification (if the input area is empty).      
  27.   Insert    - Toggles between character insert and overwrite modes.           
  28.   Delete    - Deletes the character at the cursor.                            
  29.   BackSpace - Deletes the character before the cursor.                        
  30.   End       - Moves to the end of the character string.                       
  31.   Home      - Moves to the beginning of the character string.                 
  32.   Escape    - Erases the input area.                                          
  33.                                                                               
  34.  ** Operation **                                                              
  35.                                                                               
  36.  When RECORD is run without specifying a file name on the command line, it    
  37.  executes interactively.  Several options can be specified by filling in the  
  38.  data cells on the screen prior to recording.  To begin recording, press F2   
  39.  (or click the [Record] block at the bottom of the screen).  Recording begins 
  40.  with the first MIDI event received, and continues until a key is pressed (on 
  41.  the computer keyboard).                                                      
  42.                                                                               
  43.  Data cells:                                                                  
  44.                                                                               
  45.  - File:  The name of the MIDI output file.  The default name is "out.mff".   
  46.    Recording can be initiated repeatedly and the output file will be replaced 
  47.    each time unless the name is changed.                                      
  48.                                                                               
  49.  - Title:  A short descriptive note to be included in the file for use by a   
  50.    MIDI file-capable sequencer or other reader.                               
  51.                                                                               
  52.  - Tempo:  The base tempo assigned to the sequence.  The default is 120       
  53.    quarter note beats per minute.                                             
  54.                                                                               
  55.  - Format:  One of 3 possible MIDI file formats - 0, 1, or 2.  The output is  
  56.    basically unchanged, regardless of this setting, though some sequencers    
  57.    expect a specific format number.  Most will accept format 0.  RECORD will  
  58.    write a single track in all cases.                                         
  59.                                                                               
  60.  - Delay:  Allows a pause to be inserted at the beginning of the sequence.    
  61.    Normally, the first MIDI event will be recorded at time 0, but if this     
  62.    value is non-zero, the first event will start at the specified time (in    
  63.    tenths of a second).                                                       
  64.                                                                               
  65.                                                                               
  66.  ** Mouse usage **                                                            
  67.                                                                               
  68.  When a Microsoft-compatible mouse is available and the mouse driver software 
  69.  properly loaded, operations using the mouse will be enabled.  The mouse may  
  70.  be used to select an input cell on the screen by positioning the small mouse 
  71.  cursor on the cell and single clicking either button.  The cell will be      
  72.  highlighted, just as if the cell had been selected using the arrow keys.     
  73.                                                                               
  74.  Any cell which can be changed using the F10/F9 keys to increment/decrement,  
  75.  may be changed in a similar manner using the mouse.  Once a cell is selected 
  76.  by clicking on it, subsequent clicking of the left button will decrement the 
  77.  cell value, and clicking of the right button will increment it.              
  78.                                                                               
  79.  In mouse mode, the function key designations normally displayed at the       
  80.  bottom of the screen are changed to selector blocks for each available       
  81.  function.  Clicking on a block will perform the indicated function.  All     
  82.  functions may still be invoked via the normal keyboard equivalents.          
  83.                                                                               
  84.  If mouse operations are not desired, add the -k option on the command line   
  85.  when the program is run to force keyboard mode.                              
  86.                                                                               
  87.                                                                               
  88.  ** Command line usage **                                                     
  89.                                                                               
  90.  RECORD <filename> <options>                                                  
  91.                                                                               
  92.  If <filename> is specified, RECORD is run non-interactively (i.e., recording 
  93.  is begun and the given file is used for the MIDI file output).  Recording    
  94.  begins when the first MIDI event is received, and continues until a key is   
  95.  pressed (on the computer keyboard).  Interactive mode is selected simply by  
  96.  leaving off the file name.                                                   
  97.                                                                               
  98.  <options> may be any of the following:                                       
  99.                                                                               
  100.  -r  indicates that the Roland MPU compatible interface is to be used if an   
  101.      IBM Music Feature card is also present.                                  
  102.                                                                               
  103.  -p  followed by a hexidecimal number defines the base I/O address to be used 
  104.      for the MPU interface.  Note that MIDI hardware interrupts are not used, 
  105.      so the IRQ setting of the interface is not relevant.                     
  106.                                                                               
  107.  -k  forces keyboard mode if a mouse is present.                              
  108.                                                                               
  109.  -m  forces monochrome mode (mono mode is automatically detected).            
  110.                                                                               
  111.   Separate all options with at least one space.                               
  112.                                                                               
  113.                                                                               
  114.  Examples:                                                                    
  115.                                                                               
  116.    record                   (Runs the program interactively)                  
  117.                                                                               
  118.    record test.mff          (Begins recording to file test.mff)               
  119.                                                                               
  120.    record -p336             (Runs interactively; forces MPU I/O address 336)  
  121.                                                                               
  122.    record test.mff -r       (Records to file, forcing MPU mode)               
  123.                                                                               
  124.  ---------------------------------------------------------------------------  
  125.